home *** CD-ROM | disk | FTP | other *** search
- object ExtDemoSrcFrm: TExtDemoSrcFrm
- Left = 73
- Top = 134
- Width = 685
- Height = 400
- Caption = 'External Function Source : EXFUNCS.PAS'
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- OnCreate = FormCreate
- TextHeight = 20
- object SourceMemo: TMemo
- Left = 0
- Top = 0
- Width = 677
- Height = 296
- Align = alClient
- Lines.Strings = (
- '')
- ScrollBars = ssBoth
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 0
- Top = 296
- Width = 677
- Height = 69
- Align = alBottom
- TabOrder = 1
- object Label1: TLabel
- Left = 10
- Top = 15
- Width = 491
- Height = 41
- Caption =
- 'You may also want to have a look at DBFUNCS.PAS for a demo of Da' +
- 'tabase related functions.'
- end
- object BitBtn1: TBitBtn
- Left = 560
- Top = 15
- Width = 96
- Height = 41
- TabOrder = 0
- Kind = bkClose
- Style = bsNew
- end
- end
- end
-